* lread.c (load_path_default): Prototype.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2013 22:27:05 +0000 (14:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2013 22:27:05 +0000 (14:27 -0800)
src/ChangeLog
src/lread.c

index a3088a4909a0be3d541a78706b7a21ddae9b67ea..291fb6650f9e4a8197e1f84beb53e3d0d904d5e5 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lread.c (load_path_default): Prototype.
+
 2013-12-13  Glenn Morris  <rgm@gnu.org>
 
        * lread.c: Unconditionally reset load-path after dumping.  (Bug#16107)
index 5d02b2bd20b01118a4ea3c13707da844c4c0510f..89bce5e7d257d02d36d15e416294a2b86d12817f 100644 (file)
@@ -4159,7 +4159,7 @@ load_path_check (Lisp_Object lpath)
    check), then repeat the above steps for source-dir/lisp, site-lisp.  */
 
 static Lisp_Object
-load_path_default ()
+load_path_default (void)
 {
   Lisp_Object lpath = Qnil;
   const char *normal;